home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / c / pcw.zip / MS.BAT < prev    next >
DOS Batch File  |  1993-10-17  |  913b  |  18 lines

  1. :************************************************************
  2. :* File Id.                  MSMAKE.BAT                     *
  3. :* Date Written.             15 Oct. 90.                    *
  4. :*                                                          *
  5. :*           (c) Copyright 1990 by Stan Milam               *
  6. :*                                                          *
  7. :* Batch file to create small medium and large libraries for*
  8. :* PC Windows using Microsoft C. Medium memory model is the *
  9. :* default.                                                 *
  10. :*                                                          *
  11. :* Calls:  MSPCW.BAT                                        *
  12. :*                                                          *
  13. :************************************************************
  14. echo off
  15. cls
  16. echo Building Large Memory Model Library: ..\MSPCWAM.LIB
  17. command /c mspcw AM
  18.